CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / All Operations Resource Group / /projects/{projectId} (Get)
In This Topic
    Get/projects/{projectId}
    In This Topic
    Description
    returns the project name for the given project id
    Parameters
    NameDescriptionData Type
    the id of the project to look upstring
    200 Response

    The response body is of type ProjectData.

    returns project name

    Overview

    ProjectData
    Information about the CIMPLICITY project
    projectId : string
    the projectId that was searched for
    name : string
    the name of the project file without the .gef
    description : string
    the configured description of the project
    isReadOnly : boolean
    is the project read-only?
    readOnlyReason : string
    a message indicating why the project is read-only
    Fault Responses
    FaultDescription
    This fault returns a response body of type ProblemDetails.
    project with the given id is not registered on the system
    Remarks
    By passing a registered project id you can get information about this project
    See Also